var runtime/trace.tracing

6 uses

	runtime/trace (current package)
		annotation.go#L181: 	return tracing.enabled.Load()
		flightrecorder.go#L79: 	if err := tracing.subscribeFlightRecorder(&recorder{r: fr}); err != nil {
		flightrecorder.go#L93: 	tracing.unsubscribeFlightRecorder()
		subscribe.go#L17: var tracing traceMultiplexer
		trace.go#L119: 	return tracing.subscribeTraceStartWriter(w)
		trace.go#L125: 	tracing.unsubscribeTraceStartWriter()